From: Friedemann Kleint Date: Fri, 4 Sep 2020 07:32:01 +0000 (+0200) Subject: Bump cmake version to 3.16 X-Git-Tag: archive/raspbian/5.15.16-4+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9557098dc76dc5976d0169b46945975d7481a12f;p=pyside2.git Bump cmake version to 3.16 Streamline the features list handling in the module CMakeLists to use the list functionality introduced in cmake 3.3. Task-number: PYSIDE-1339 Task-number: PYSIDE-904 Change-Id: I184034cae408c815bd80a09016a21fde2969449e Reviewed-by: Christian Tismer Gbp-Pq: Name a17f4a90b1af174b38b839fc1b5bc0e933ad1725.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 595489d..3c2ba1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.1) -cmake_policy(VERSION 3.1) +cmake_minimum_required(VERSION 3.16) +cmake_policy(VERSION 3.16) set(CMAKE_BUILD_TYPE Release CACHE STRING "Build Type")